chore: 🐝 Update SDK - Generate 3.0.1#26
Merged
LanusseMorais merged 2 commits intomainfrom Mar 26, 2026
Merged
Conversation
1 task
* `latitudesh.kubernetes_clusters.update_kubernetes_cluster()`: **Added** * `latitudesh.kubernetes_clusters.get_kubernetes_cluster()`: `response.data.attributes.worker_status` **Added**
ad506b9 to
7ab3eb3
Compare
LanusseMorais
approved these changes
Mar 26, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
SDK update
Versioning
Version Bump Type: [patch] - 🤖 (automated)
Python SDK Changes:
latitudesh.kubernetes_clusters.update_kubernetes_cluster(): Addedlatitudesh.kubernetes_clusters.get_kubernetes_cluster():response.data.attributes.worker_statusAddedView full SDK changelog
OpenAPI Change Summary
View full report
Linting Report
0 errors, 0 warnings, 103 hintsView full report
PYTHON CHANGELOG
No relevant generator changes
Based on Speakeasy CLI 1.759.3
Note
Low Risk
Low risk: this is an additive SDK regeneration (new Kubernetes cluster scaling method and related models) plus a patch version bump, with minimal impact to existing call paths aside from an extra optional response field.
Overview
Adds support for scaling Kubernetes cluster workers via a new
PATCH /kubernetes_clusters/{kubernetes_cluster_id}client method (update_kubernetes_cluster, sync + async) and corresponding request/response models.Extends the Kubernetes cluster
GETresponse model with a new optionalworker_statusenum field, and updates generated docs/READMEs and release metadata while bumping the SDK version to3.0.1.Written by Cursor Bugbot for commit 46c3109. This will update automatically on new commits. Configure here.